home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / haage&partner / stormc / patch9 / stc2_patch_9.readme < prev    next >
Text File  |  1997-07-04  |  2KB  |  79 lines

  1. HAAGE&PARTNER Computer GmbH
  2. Mainzer  Straße 10A
  3. 61191 Rosbach
  4. Germany
  5.  
  6. Tel: +49 (0) 6007 - 93 00 50
  7. FAX: +49 (0) 6007 - 75 43
  8.  
  9. Internet: storm-support@haage-partner.com
  10.  
  11. Homepage: http://www.haage-partner.com
  12.  
  13.  
  14. Dear StormC customer,
  15.  
  16. enclosed you will find a patch program to update
  17. StormC version 2.00.08 (28.01.97) to the current release
  18. 2.00.14 (03.05.97).
  19.  
  20. The process is started by a double click on the icon
  21.  
  22. StormC2.0-9.Patch.BAT
  23.  
  24.  
  25. Please take note that the old version of StormC must be in the drawer
  26.  
  27. StormC:StormSYS
  28.  
  29.  
  30. Best wishes
  31.  
  32. HAAGE&PARTNER Support Team
  33.  
  34.  
  35.  
  36. History of StormC
  37. ============================
  38.  
  39. 07.02.97 (V 2.00.09)
  40.  
  41. * Deleting of dynamic arrays:
  42.   Classes with virtual destructors were used to calculate the number of
  43.   destructing objects with contant size as refering types and not those of
  44.   a possibly deduces class.
  45.  
  46. 19.04.97 (V 2.00.11)
  47.  
  48. * "switch" did not work fine with "ULONG".
  49.  
  50. * With difficult casts it could happen that an AND with address register
  51.   was generated as the first operand.
  52.  
  53. 29.04.97 (V 2.00.12)
  54.  
  55. * Integer type conversion of "const X" to "const Y" sometimes did not work.
  56.  
  57. 30.04.97
  58.  
  59. * Some hard to explain problems with temporary objects when they used a
  60.   constructor for a certain type conversion.
  61.  
  62. 01.05.97 (V 2.00.13)
  63.  
  64. * In "catch" instructions the optimizer removed to much of the code.
  65.  
  66. * Problems when register parameters were pushed to the stack for no reason.
  67.  
  68. 03.05.97
  69.  
  70. * Sometimes the 68K code generator changed the sequence of the operators of
  71.   a comparison, so "a >= b" became "b < a" instead of "b <= a".
  72.  
  73. 03.05.97 (V 2.00.14)
  74.  
  75. * Another problem with register paramters on calculating address offsets
  76.   outside the 16-Bit area, especially on access to big structures.
  77.  
  78.  
  79.